curl --request DELETE \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid}/revoke-sensitive-data \
--header 'Authorization: Bearer <token>'
{
"message": "Sensitive data access revoked successfully"
}
See the documentation for more information.
The response is of type object
.
Was this page helpful?
curl --request DELETE \
--url https://cloud.volttime.com/api/v3/sites/{site_uuid}/teams/{team_uuid}/revoke-sensitive-data \
--header 'Authorization: Bearer <token>'
{
"message": "Sensitive data access revoked successfully"
}